home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1994 August / August CD.bin / Shareware / Games / Core War / Battle Programs / Standard / dwarf next >
Text File  |  1989-07-18  |  168b  |  11 lines

  1. ;
  2. ; Basic fighter program which sprays zeroes
  3. ; all through memory.
  4. ;
  5. ;
  6. bombpt  dat 0,0
  7. ;
  8. lup        add #4,bombpt
  9.         mov bombpt,@bombpt
  10.         jmp lup,0
  11. end     lup